﻿2026-06-04T07:59:31.9263338Z ##[group]Run actions/checkout@v5
2026-06-04T07:59:31.9265090Z with:
2026-06-04T07:59:31.9265936Z   repository: SaberMage/spt-core
2026-06-04T07:59:31.9273500Z   token: ***
2026-06-04T07:59:31.9274311Z   ssh-strict: true
2026-06-04T07:59:31.9275110Z   ssh-user: git
2026-06-04T07:59:31.9275915Z   persist-credentials: true
2026-06-04T07:59:31.9276795Z   clean: true
2026-06-04T07:59:31.9277603Z   sparse-checkout-cone-mode: true
2026-06-04T07:59:31.9278547Z   fetch-depth: 1
2026-06-04T07:59:31.9279404Z   fetch-tags: false
2026-06-04T07:59:31.9280397Z   show-progress: true
2026-06-04T07:59:31.9281394Z   lfs: false
2026-06-04T07:59:31.9282160Z   submodules: false
2026-06-04T07:59:31.9283018Z   set-safe-directory: true
2026-06-04T07:59:31.9284562Z ##[endgroup]
2026-06-04T07:59:32.0872919Z Syncing repository: SaberMage/spt-core
2026-06-04T07:59:32.0876761Z ##[group]Getting Git version info
2026-06-04T07:59:32.0878289Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T07:59:32.0880855Z [command]/usr/bin/git version
2026-06-04T07:59:32.0882117Z git version 2.34.1
2026-06-04T07:59:32.0885774Z ##[endgroup]
2026-06-04T07:59:32.0896009Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/6d35db46-bd33-4ec7-ac9f-34dc26d94c89/.gitconfig'
2026-06-04T07:59:32.0912322Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/6d35db46-bd33-4ec7-ac9f-34dc26d94c89' before making global git config changes
2026-06-04T07:59:32.0914985Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T07:59:32.0919317Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T07:59:32.0973647Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T07:59:32.1015387Z https://github.com/SaberMage/spt-core
2026-06-04T07:59:32.1024455Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T07:59:32.1031183Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T07:59:32.1061033Z refs/heads/dev-freeform
2026-06-04T07:59:32.1074360Z [command]/usr/bin/git checkout --detach
2026-06-04T07:59:32.1133384Z HEAD is now at 6fac539 feat(proto,live): M4-D7.5-1 event-type taxonomy + Psyche intent parser (ADR-0012)
2026-06-04T07:59:32.1195958Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T07:59:32.1236613Z Deleted branch dev-freeform (was 6fac539).
2026-06-04T07:59:32.1284664Z ##[endgroup]
2026-06-04T07:59:32.1288309Z [command]/usr/bin/git submodule status
2026-06-04T07:59:32.1534378Z ##[group]Cleaning the repository
2026-06-04T07:59:32.1535643Z [command]/usr/bin/git clean -ffdx
2026-06-04T07:59:32.1568229Z Removing traceable-reqs
2026-06-04T07:59:32.1580934Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T07:59:32.1638580Z HEAD is now at 6fac539 feat(proto,live): M4-D7.5-1 event-type taxonomy + Psyche intent parser (ADR-0012)
2026-06-04T07:59:32.1644584Z ##[endgroup]
2026-06-04T07:59:32.1647291Z ##[group]Disabling automatic garbage collection
2026-06-04T07:59:32.1750817Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T07:59:32.1756281Z ##[endgroup]
2026-06-04T07:59:32.1757710Z ##[group]Setting up auth
2026-06-04T07:59:32.1759080Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T07:59:32.1763044Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T07:59:32.1992987Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T07:59:32.2032406Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T07:59:32.2309567Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T07:59:32.2350117Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T07:59:32.2594578Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T07:59:32.2658605Z ##[endgroup]
2026-06-04T07:59:32.2661017Z ##[group]Fetching the repository
2026-06-04T07:59:32.2671921Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6fac5390690ed9c6ed759cca15e289d854009783:refs/remotes/origin/dev-freeform
2026-06-04T07:59:33.0007266Z ##[endgroup]
2026-06-04T07:59:33.0008517Z ##[group]Determining the checkout info
2026-06-04T07:59:33.0010321Z ##[endgroup]
2026-06-04T07:59:33.0017475Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T07:59:33.0076376Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T07:59:33.0112172Z ##[group]Checking out the ref
2026-06-04T07:59:33.0117370Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T07:59:33.0173027Z Switched to a new branch 'dev-freeform'
2026-06-04T07:59:33.0174746Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T07:59:33.0182566Z ##[endgroup]
2026-06-04T07:59:33.0229622Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T07:59:33.0263906Z 6fac5390690ed9c6ed759cca15e289d854009783
